.card{
    border:2px solid #eee;
}
.card p{
    line-height: 30px;
    padding: 1rem;
}
.one_{
    background: url('../images/5da963755d35487f8dc5e4d2d9f1426f.gif).jpg') no-repeat;
    height: 530px;
}
.wrong_{
    width: 10%;
    margin: 1rem auto;
}
.red_line{
    width: 70%;
    border: 1px solid #CB4040;
}
.service1 .info h2 {
	padding-bottom:0;
	background:unset;
	
}

    @media screen and (max-width: 768px){
      body .we_{
        width: 100%;
        justify-content: space-evenly;
      }
      body .card{
        width: 100%;
        height: 350px;
        padding:20px 0 0 0;
      }
      body .card p{
        font-size: 8px;
      }
    }
    .we_{
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: nowrap;
      width: 80%;
      margin: auto;
      
    }
    .card img{
      width: 10%;
      margin: auto;
    }
    .card{
      width: 270px;
      height: 350px;
      padding: 20px;
    }